home *** CD-ROM | disk | FTP | other *** search
-
- ; $VER: NewAppIcon.cfg 1.2 (25.7.97)
-
-
- ; NewAppIcon 1.3 - Configuration file
- ;
- ; This file configures which AppIcons' images should be replaced by other
- ; icons' images. It will be searched through from top to bottom, so if an
- ; AppIcon matches more than one entry, the first matching entry will be
- ; used.
- ;
- ; All entries in this file must match the following template:
- ;
- ; TITLE/A,TASK/A,ICON/K,NEWTITLE/K,XPOS/K/N,YPOS/K/N
- ;
- ;
- ; TITLE - DOS pattern for the AppIcon's name to match.
- ;
- ; TASK - DOS pattern for the AppIcon's task name to match.
- ;
- ; ICON - Path of the new icon to use as AppIcon image (".info" extension
- ; not required). If this icon cannot be loaded for any reason,
- ; the AppIcon will use its original image.
- ; If you omit this parameter, the AppIcon will use its original
- ; image.
- ;
- ; NEWTITLE - Replaces the AppIcon's original title with this one.
- ; If you omit this parameter, the AppIcon will use its original
- ; title.
- ;
- ; XPOS - This can be used to specify a new X position for the AppIcon.
- ; If you omit this parameter, the AppIcon will use its original
- ; X position.
- ;
- ; YPOS - This can be used to specify a new Y position for the AppIcon.
- ; If you omit this parameter, the AppIcon will use its original
- ; Y position.
- ;
- ;
- ; Notes: - Both TITLE *and* TASK must be matched to change an AppIcon (eg.
- ; if you don't need TASK, specify "#?" there)!
- ; - Empty lines and lines starting with ";" in this file are ignored.
- ; - This file will only be scanned on startup, so if you modify it,
- ; you will have to quit and start NewAppIcon again. Since version
- ; 1.2, you can also use the RELOAD parameter; please consider the
- ; documentation for more details.
-
-
- ; ************************* DEMO CONFIGURATION *************************
-
- ; these programs may use their original AppIcon images (and titles)
- #? "(#?CON|RAW|#?Opus#?|GIFToolkit|ToolManager Handler)"
-
- ; new AppIcon image for Hexagons
- Hexagons #? ICON=DH1:Games/Hexagons/Hexagons.info
-
- ; new AppIcon title for Iconian
- #? Iconian NEWTITLE=Iconian
-
- ; new standard AppIcon image for all others that do not match one of the
- ; above entries
- #? #? ICON=ENV:sys/def_Tool.info
-
-